home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 26 / AMIGAplus Sonderheft 26 (2000)(Falke)(DE)(Track 1 of 2)[!].iso / Tools / GFX-Viewer / SViewII / SuperViewLibrary / SQ-Operators / SQTiling.doc < prev   
Text File  |  1999-03-29  |  2KB  |  70 lines

  1.  
  2.   SQTiling.svoperator
  3.  
  4.   © 1995 by Steve Quartly.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.5
  9.   Release Date : 11.01.1998
  10.  
  11.  
  12.   Requirements
  13.   ~~~~~~~~~~~~
  14.   - OS V2.04+ (V37)+ and its libraries
  15.   - superviewsupport.library V5+
  16.  
  17.   Description
  18.   ~~~~~~~~~~~
  19.   SQTiling.svoperator is an external SV_GfxBuffer modification module
  20.   for superview.library.
  21.  
  22.   This  operator tiles the image into many blocks. A block size of 10 gives
  23.   a great effect.
  24.  
  25.   ControlPad-Switches
  26.   ~~~~~~~~~~~~~~~~~~~
  27.   ControlPad-Name     : "ENV:superview-library/SQTiling.controlpad"
  28.   ControlPad-Commands : - TILESIZE=<1..255>
  29.                           ; This is the tile size.
  30.                           ;
  31.                           ; The following controlpads allow you to apply
  32.                           ; this operator to a rectangular region of the
  33.                           ; image.
  34.                         - REGION=<ENTIREIMAGE|RECTANGULAR>
  35.                           ; area of image to work on
  36.                         - LEFTEDGE=<Value>
  37.                           ; crop from x position
  38.                           ; (will be adjusted, if >= source width)
  39.                         - TOPEDGE=<Value>
  40.                           ; crop from y position
  41.                           ; (will be adjusted, if >= source height)
  42.                         - WIDTH=<Value>
  43.                           ; crop how many x pixels from leftedge
  44.                           ; (will be adjusted, if too large)
  45.                         - HEIGHT=<Value>
  46.                           ; crop how many y pixels from topedge
  47.                           ; (will be adjusted, if too large)
  48.  
  49.   Author
  50.   ~~~~~~
  51.   Steve Quartly
  52.   1280 Stevens St
  53.   MUNDARING
  54.   Western Australia        steveq@mafeking.scouts.org.au
  55.  
  56.   History
  57.   ~~~~~~~
  58.   V1.0 (01.09.1995) :
  59.  
  60.    - first public release
  61.  
  62.   V3.1 (1.1.1996)   :
  63.  
  64.    - added progress indicator support
  65.  
  66.     V3.5 (11.01.98)   :
  67.  
  68.      - updated to support semaphores
  69.      - fix bug with REGION control pad
  70.